home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / workst1a / w3help.frm < prev    next >
Text File  |  1999-10-03  |  2KB  |  73 lines

  1. VERSION 5.00
  2. Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.DLL"
  3. Begin VB.Form Form3 
  4.    Caption         =   "HELP"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    Icon            =   "w3help.frx":0000
  10.    LinkTopic       =   "Form3"
  11.    ScaleHeight     =   3195
  12.    ScaleWidth      =   4680
  13.    StartUpPosition =   3  'Windows Default
  14.    WindowState     =   2  'Maximized
  15.    Begin SHDocVwCtl.WebBrowser wbr1 
  16.       Height          =   135
  17.       Left            =   2400
  18.       TabIndex        =   3
  19.       Top             =   6960
  20.       Width           =   255
  21.       ExtentX         =   450
  22.       ExtentY         =   238
  23.       ViewMode        =   1
  24.       Offline         =   0
  25.       Silent          =   0
  26.       RegisterAsBrowser=   0
  27.       RegisterAsDropTarget=   1
  28.       AutoArrange     =   -1  'True
  29.       NoClientEdge    =   0   'False
  30.       AlignLeft       =   0   'False
  31.       ViewID          =   "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
  32.       Location        =   ""
  33.    End
  34.    Begin VB.CommandButton Command2 
  35.       Caption         =   "Need more help or found a bug? Mail us by clicking here!"
  36.       Height          =   255
  37.       Left            =   1080
  38.       TabIndex        =   2
  39.       Top             =   0
  40.       Width           =   5655
  41.    End
  42.    Begin VB.TextBox Text1 
  43.       Enabled         =   0   'False
  44.       Height          =   6495
  45.       Left            =   0
  46.       MultiLine       =   -1  'True
  47.       TabIndex        =   0
  48.       Text            =   "w3help.frx":0442
  49.       Top             =   240
  50.       Width           =   9495
  51.    End
  52.    Begin VB.CommandButton Command1 
  53.       Caption         =   "BACK"
  54.       Height          =   255
  55.       Left            =   0
  56.       TabIndex        =   1
  57.       Top             =   0
  58.       Width           =   1095
  59.    End
  60. End
  61. Attribute VB_Name = "Form3"
  62. Attribute VB_GlobalNameSpace = False
  63. Attribute VB_Creatable = False
  64. Attribute VB_PredeclaredId = True
  65. Attribute VB_Exposed = False
  66. Private Sub Command1_Click()
  67. Unload Me
  68. End Sub
  69.  
  70. Private Sub Command2_Click()
  71. wbr1.Navigate ("mailto:perrier@microtec.net")
  72. End Sub
  73.